/*===================
    bannerLiist-css
======================*/


.banner1 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.banner1 > ul {
    display: none;
    /*width: 999999999px;*/
    height: 300px;
    position: absolute;
    top:0;
    left: 0;
}

.banner1 > ul > li  {
    float: left;
    height: 300px;
}
.banner1 > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 300px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("/assets/images/arrowr.png") no-repeat;
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("/assets/images/arrowl.png") no-repeat;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 5px;
    background:#fff;
    cursor: pointer;
}

.img-btn-list > span.current {
    border: 2px solid #fff;
    background: #fff;
}





















